home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 1998 September / PCWELT 0998.ISO / MMPSTOOL.MNC < prev    next >
Encoding:
Text File  |  1997-08-06  |  733 b   |  12 lines

  1. declare Hex lib "mmpstool.dll" alias "IntToHex" (integer) as string
  2. declare Format lib "mmpstool.dll" alias "FormatNum" (string, integer) as string
  3. declare FormatString lib "mmpstool.dll" (string, string) as string
  4. declare GetEnv lib "mmpstool.dll" alias "GetEnv" (string) as string
  5. declare WriteProfile lib "mmpstool.dll" alias "WriteProfile" (string, string, string, string) as integer
  6. declare ReadProfile lib "mmpstool.dll" alias "ReadProfile" (string, string, string, string) as string
  7. declare GetHomeDir lib "mmpstool.dll" (string) as string
  8. declare GetRegValue lib "mmpstool.dll" (string) as string
  9.  
  10. declare GetMouseX lib "mmpstool.dll" (integer) as integer
  11. declare GetMouseY lib "mmpstool.dll" (integer) as integer
  12.